autofixture ignore property

105

autofixture ignore property -

var person = fixture.Build<Person>()
    .Without(p => p.Spouse)
    .CreateAnonymous();

Comments

Submit
0 Comments